.content-des{
    position:relative;
    top:3rem;
    width: 90vw;
    margin: 0 auto;       
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: flex-start;
    overflow:hidden;	
    background-color:var(--precolor-fou);
    padding:1rem 1rem;
    color: var(--color);
    font-size:.8rem;
    text-indent: 1.6rem;
    word-wrap: break-word;
    margin-bottom: 3rem;
}
.des_bold{font-weight: bold;}
.content-des img{
    width:100%;
    height: auto;
    object-fit: fill;
}
.quote{font-size: .8rem;text-align: right;font-style: italic;}